New function, copied from X11 version.
authorTor Lillqvist <tml@iki.fi>
Sun, 11 Feb 2001 11:00:14 +0000 (11:00 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 11 Feb 2001 11:00:14 +0000 (11:00 +0000)
commite8aacae47da34df6dceb3913bb3595b85ca44c47
treeb57bdf69c244b6746e4f0633c84885aa4971d95b
parentdbb03428359aae3383af68c77af7bcf838d363a0
New function, copied from X11 version.

2001-02-11  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
function, copied from X11 version.

* gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
DestroyCursor failures. The reason for the problem (despite the
inconsistent messages from GetLastError()) was that
DestroyCursor() cannot be called while a cursor is set in a
window. Set the new cursor first and then destroy the old one.
Thanks to jpe@archaeopteryx.com.

* gdk/win32/gdkcc-win32.c: Removed.

* gdk/gdk.def
* gdk/makefile.mingw.in: Update. Godbye GdkColorContext.

* gtk/gtk.def
* gtk/makefile.mingw.in: Updates.
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdk.def
gdk/win32/gdkcc-win32.c [deleted file]
gdk/win32/gdkcolor-win32.c
gdk/win32/gdkim-win32.c
gdk/win32/gdkwindow-win32.c
gdk/win32/makefile.mingw.in
gtk/gtk.def
gtk/makefile.mingw.in